@import url(https://fonts.googleapis.com/css?family=Overpass);
/*****************************/
/*		Basic Styles         */
/*****************************/
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0
}
html {
  min-height: 100%
}
body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: relative;
}
body {
  color: #606060;
  font-family: 'Overpass';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin: 0;
  background-color: #21282f;
  padding-left: 150px;
    padding-right: 75px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 13px;
  color: #fff;
  font-weight: 300;
}
h2, h3 {
  font-weight: 600;
}
h1 {
	color: #fff;
    line-height: 45px;
    font-size: 28px;
    position: absolute;
    right: 25px;
    top: 54px;
}
h2 {
  font-size: 35px;
  line-height: 39px;
  margin-bottom: 20px;
}
h3 {
  font-size: 25px;
  line-height: 29px;
}
h3,
section .container:first-child {
  margin-top: 0
}
h4 {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgb(255 255 255 / 66%);
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 52px;
  margin-top: 15px;
  text-transform: uppercase;
}
h4:after {
  content: "";
  bottom: -1px;
  right: -100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
}
p {
  line-height: 25px;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 52px;
  color: #fff;
  text-align: justify;
}
a {
  color: #fff; 
  outline: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  text-decoration: none;
  font-weight: 600;
}
a:focus,
a:hover,
a:active {
  outline: 0;
  color: #fff;
  text-decoration: underline;
}
hr {
    border-top: 1px solid rgb(255 255 255 / 62%);
}
/*****************************/
/* 	  End Basic Styles       */
/*****************************/

/************************/
/* 		DOM Styles 		*/
/************************/

.container {
	padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
section {
    padding: 60px 0;
}

iframe {
  border: none;
}
.player {
  padding-top: 60px;
  height: 100%
}
.player, h4:after {
  position: absolute;
  width: 100%
}
.bgLogo {
	z-index: 1;
    background-image: url(http://easyweb.livepreview.easystudios.ch/Themes/EasyStudios-V3-1_02-09-2020_13-10-2020/assets/img/logo-w.svg);
    background-size: 25vw auto;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  	filter: grayscale(1) brightness(1.5);
}
#impressum h4 {
    border-bottom: none;
    margin-bottom: 15px;
}


/************/
/* Borders */
span.border-cards {
  height: 0px;
  border-top: solid 1px #fff;
  background-color: #005067;
}
span#border-cards.border {
  height: 0px;
}
.card-border {
  border: solid 1px #fff;
}
.card-border-bright {
  border: solid 1px #005067;
}
/*****************/
/* Buttons */
.btn,
.core-cards a:before {
  -moz-transition: all .3s ease-in-out 0s;
}
.btn {
  font-weight: 500;
  font-size: 20px;
  color: #7b7c7e;
  border-color: #b5b8bb;
  border-radius: 100px;
  background-color: transparent;
  padding: 15px 50px;
  letter-spacing: 1px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.btn:focus,
.btn:hover {
  color: #005067;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
  outline: 0;
  box-shadow: none;
}
.btn-white {
  color: #fff;
}
.goBackStep {
	position: fixed;
    top: 20px;
    right: 5vw;
    width: 40px !important;
    height: 40px;
    border: 1px solid #005067 !important;
    color: #005067 !important;
    font-size: 25px;
    padding-top: 4px;
    z-index: 999999;
    background: #fff;
}
.video+.goBackStep {
    position: absolute;
    top: 83px;
    right: 0;
    width: 40px !important;
    height: 40px;
    border: 1px solid #005067 !important;
    color: #005067 !important;
    font-size: 25px;
    padding-top: 4px;
    z-index: 999999;
    background: #fff;
}
#services-core .goBackStep {
margin-top: -25px;
  }
.btn-home {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #fff;
}
.btn-home.float-right {
    margin-right: 0px;
}
.btn-home.float-left {
    margin-left: 0px;
}
.btn-full {
  width: 100%;
}
#gototop {
    position: fixed;
    left: 1px;
    bottom: 0;
    border: none;
    color: rgba(167, 181, 185, 0.7);
    background: none;
    z-index: 1001;
}
#gototop-but {
  padding: 10px;
  font-size: 56px;
}
.btn-footer {
  color: #fff;
  border-color: #4d5359;
}
.btn-footer:focus,
.btn-footer:hover,
.btn-default:focus,
.btn-default:hover{
  color: #fff;
  background-color: #005067;
  border-color: #005067;
  opacity: 1;
  outline: 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
input:checked + .slider {
  background-color: #005067;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.chooseWidth {
	font-size: 17px;
    font-weight: 300;
    color: #fff;
    width: 100px;
    text-align: center;
}
.chooseWidth.active {
    background: #fff;
    color: #0d4050;
}
.chooseCheckWrapper {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 25px;
    z-index: 2;
    background: #0d4050;
    padding: 5px;
    width: 210px;
  	cursor: pointer;
  	height: 35px;
}
.collapseButton, .collapseButton:hover, .collapseButton:focus, .collapseButton:visited {
    width: calc(100% - 15px);
    border: none;
    background: #005067;
    padding: 0px 15px 0px 15px;
    border-radius: 0px;
  	outline: none;
}
.collapseLable {
	margin-bottom: 14px;
    margin-top: 18px;
    text-align: left;
    float: left;
    font-size: 20px;
    color: #fff;
}
.collapseButton span {
	font-size: 31px;
    float: right;
    position: relative;
    color: #ffffff;
    margin-top: 9px;
}
.closedPlus {
  display: block;
}
.closedPlus.hideIt {
  display: none;
}
.openMinus {
  display: block;
}
.openMinus.hideIt {
  display: none;
}
#k1 {
    margin-bottom: 20px;
    margin-top: -7px;
    margin-right: 15px;
    padding: 15px;
    background: #e1e1e1;
    padding-right: 0px;
    padding-top: 30px;
}
/************/
/* Ion Icons */
.iconStyle {
  font-size: 35px;
}
.tipIcon {
    margin-top: -5px;
    height: 25px;
}
.arrowDown {
    position: absolute;
    top: 80vh;
    left: 50%;
  	cursor: pointer;
  	transform: translateX(-50%);
}
.arrowDown .icon {
    font-size: 42px;
    color: #fff;
    background: #0d4050;
    padding: 10px 15px 0px 15px;
  	transition: all .3s ease-in-out .1s;
}
.arrowDown .icon:focus,
.arrowDown .icon:hover {
  color: #005067;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
  outline: 0;
}
.arrowUp .icon {
    font-size: 42px;
    color: #fff;
    background: #0d4050;
    padding: 10px 15px 0px 15px;
}
.goBackStep {
  display:none;
}
/****************/
/************************/
/* 	  End DOM Styles 	*/
/************************/

/************************/
/* 	 Section Styles 	*/
/************************/
/* pagenavigation */
#featuresSlide, #testSlide, #videoSlide {
  visibility: hidden;
  pointer-events: none;
}
#featuresSlide, #testSlide, #videoSlide, #homeSlide {
  transition: all 0.5s;
}
#featuresSlide {
  	overflow-x: hidden;
    overflow-y: auto;
}
#videoSlide {
  	z-index: 2000;
}
/* Slider */
.hero {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition:background 3s ease-in;
  -moz-transition:background 3s ease-in;
  -o-transition:background 3s ease-in;
  -ms-transition:background 3s ease-in;
  transition:background 3s ease-in;
  height: 375px;
}
.gallery-cell {
  margin: 0 50px;
  width: 950px;
  height: 450px
}
/**************/
/* Hero */
.hero {
  height: 493px;
  background-size: cover;
  background-position: top center;
  position: relative
}
.hero .hero-overlay {
  position: absolute;
  height: 100%;
  background-color: rgba(33, 40, 45, .4)
}
.hero .hero-overlay-70 {
  background-color: rgba(33, 40, 45, .7)
}
.hero .hero-overlay-100 {
  background-color: rgba(33, 40, 45, 1)
}
.hero h1 {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin-bottom: 30px;
  padding-bottom: 20px;
  bottom: -90px;
  width: 100%;
  font-weight: 300;
}
.hero h1:after {
  bottom: -1px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3)
}
.hero p {
  bottom: -110px;
  color: #fff;
  opacity: 1;
  margin: 0;
  font-weight: 500;
}
.hero-medium {
  height: 500px;
  padding-top: 275px
}
.hero-small {
  height: 300px;
  padding-top: 115px
}
.hero-small h1 {
  font-size: 54px;
  bottom: -40px;
  max-width: 85vw;
}
.hero-approach h1,
.hero-approach p,
.hero-hp h1,
.hero-hp p {
  position: relative;
  bottom: auto
}
.hero-small p {
  top: 30px
}
.hero-hp {
  margin-top: 0;
  height: 650px;
  padding-top: 0
}
.hero-hp h1 {
  font-size: 56px;
  padding-bottom: 35px
}
.hero-hp h1 {
  padding-top: 75px
}
.hero-hp {
  height: 725px
}
  .hero h1 {
    line-height: 1.2;
}
/**************/
.core-cards {
  cursor: pointer;
}
/* Kontakt */
.hideBox {
    pointer-events: none;
    visibility: hidden;
}
.success-message-main {
    padding: 15px;
    margin-top: 30px;
    width: 100%;
    background: #89ffc9;
    display: none;
}
.phonenumber,
.phonenumber:active,
.phonenumber:focus,
.phonenumber:hover {
  text-decoration: none;
  color: #fff
}
.form-group .form-control {
  border-radius: 0;
  background: white;
  resize: none;
  padding: 10px;
  height: auto;
  box-shadow: 0 0 5px #f5f6f7;
  -webkit-box-shadow: 0 0 5px #f5f6f7;
  border: solid 1px #005067;
  font-size: 16px;
  color: #21282f;
  -webkit-appearance: none
}
.form-group {
  position: relative;
  margin-bottom: 10px
}
.form-group .form-control:focus {
  border: 1px solid #f5f6f7;
  border-bottom: 1px solid #7b7c7e;
  box-shadow: 0 0 5px #f5f6f7;
  -webkit-box-shadow: 0 0 5px #f5f6f7;
  outline: 0;
  -webkit-appearance: none
}
#contact-box {
    background-color: #005067 !important;
    height: unset !important;
  	margin-top: 100px;
}
#contact-box:after {
    content: "";
    background-color: #005067 !important;
    height: 279px;
    margin-top: -219px;
    width: 2000px;
    position: absolute;
    right: 0;
    z-index: -1;
}
#contact-box .contact-box-wrapper {
  padding: 30px 0;
  display: block;
  position: relative
}
#contact-box h3 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 35px;
  line-height: 40px;
  line-height: 4rem
}
#contact-box p {
  color: #fff;
  margin: 0;
  opacity: .7;
  width: 70%
}
#contact-box .btnArrowRight {
  position: absolute;
  top: 50%;
  opacity: .5;
  display: block;
  text-align: center;
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  right: 0;
  margin-top: -28px;
  z-index: 10;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  background-color: transparent;
  font-size: 25px;
  color: #fff;
}
#contact-box .btnArrowRight:hover {
  background-color: #fff;
  opacity: 1;
  color: #005067;
}
#contact-box, footer, .companies {
  padding-left: 150px;
  transition: all 0.5s;
}
/******************/

/* Sidenav */

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #005067;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 145px;
  overflow-x: hidden;
}

.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
    min-width: 400px;
    overflow-x: hidden;
    white-space: nowrap;
}
.sidenav a ion-icon {
    font-size: 30px;
}

.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .openbtn {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 0;
    color: white;
   display: none;
}
.sidenav .closebtn {
    position: absolute;
    top: 6px;
    left: 22px;
    font-size: 36px;
    padding: 0;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* Navbar */
.navbar {
    height: 85px !important;
    background: transparent !important;
    -webkit-transition: all .3s ease-in-out .1s;
    -moz-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
    width: 100% !important;
  	z-index:998 !important;
}
.navbar.fixed {
    height: 75px;
    background: #005067 !important;
}
.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid rgb(0 80 103);
    border-radius: 0px;
    background: #005067;
    z-index: 1;
}
.navbar.fixed .navbar-toggler {
	background: #005067;
    border: 1px solid #fff;
}
.navbar .navbar-toggler-icon {
    filter: invert(1) brightness(5.5) grayscale(1);
}
.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #000000;
}
.navbar.fixed a {
  opacity: 1;
  color: #fff !important;
}
.navbar img {
	filter: none;
    opacity: 1;
}
.navbar.fixed img {
  	filter: none;
    opacity: 1;
}
.navbar.fixed .active a {
  text-decoration: none;
  color: #005067!important
}
.navbar.fixed .nav>li>a:focus,
.navbar.fixed .nav>li>a:hover {
  background-color: transparent;
  color: #fff !important;
  text-decoration: none
}
.navbar .container,
.navbar .container .navbar-collapse {
  height: 100%!important
}
/************/
/* Footer */
footer {
  background-color: #21282f;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer p {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 0
    color: #606060;
}
footer .social-list {
  text-align: right;
  margin-top: 16px
}
footer .social-list li {
  display: inline-block;
  list-style-type: none;
  margin-left: 30px;
  font-size: 16px
}
footer .social-list li a {
  color: #7b7c7e
}
footer .social-list li a:focus,
footer .social-list li a:hover {
  color: #fff
}
.companies {
    background: #222222;
}
.companies:after {
    content: "";
    background-color: #222222 !important;
    height: 51px;
    margin-top: -51px;
    width: 2000px;
    position: absolute;
    right: 0;
    z-index: -1;
}
.companies a {
    text-align: right;
    width: 100%;
}
.companies h4 {
    padding-top: 20px;
    margin: 0;
    color: #606060;
}
.footerLogo {
    height: 20px;
    margin-top: 19px;
    margin-bottom: 12px;
    width: auto;
  	filter: brightness(0.5);
}
.footerLogo:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    filter: brightness(1);
}
/****************/
/* Cards */
.core-cards,
.player,
h4:after {
  width: 100%
}
.core-cards,
.core-cards a:after,
.core-cards a:before,
a {
  display: inline-block
}
.core-cards,
.process-list,
.work-list,
ul.dots-list {
  list-style-type: none
}
.core-cards a:after,
.work-list li a:after {
  border-top: 2px solid;
  border-left: 2px solid;
}
ul.dots-list {
  color: #21282f;
  font-family: "Circular Std Book", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
ul.dots-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
ul.dots-list li:before {
  content: "•";
  font-size: 35px;
  color: #005067;
  position: absolute;
  left: 0;
  top: 4px;
  line-height: 18px;
}
.core-cards a .bg-img:before,
.core-cards a:after,
.core-cards a:before,
.hero h1:after,
.illustration-bg:after,
.work-list li a:after,
.work-list li a:before {
  content: ""
}
.core-cards li {
  width: 30%;
  height: 340px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px!important;
  border-radius: 0px;
  -webkit-transition: all .3s ease-in-out .1s;
  -moz-transition: all .3s ease-in-out .1s;
  transition: all .3s ease-in-out .1s;
}
.core-cards a *,
.work-list li a:hover:before {
  -webkit-transition: all .3s ease-in-out .1s;
  -moz-transition: all .3s ease-in-out .1s;
}
.core-cards li:nth-child(2),
.core-cards li:nth-child(5),
.core-cards li:nth-child(8) {
  margin: 0 5%;
}
.core-cards a {
  float: left;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
}
.core-cards a * {
  transition: all .3s ease-in-out .1s;
  position: relative;
  z-index: 1;
}
.core-cards p {
  text-align: left;
}
.core-cards a:before {
  position: absolute;
  background: #fff;
  width: 40px;
  height: 2px;
  left: -50px;
  bottom: 0;
  margin-bottom: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.core-cards a .bg-img,
.core-cards a .border {
  z-index: 0;
  left: 0;
  position: absolute;
  bottom: 0;
}
.core-cards a .bg-img {
  top: 0;
  right: 0;
  background-size: cover;
  background-position: top center;
  opacity: 0;
}
.core-cards a .bg-img:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}
.core-cards a .border {
  width: 100%;
  height: 8px;
  background-color: #005067;
}
.core-cards a:after {
  position: absolute;
  width: 10px;
  height: 10px;
  color: #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  left: -20px;
  margin-bottom: 16px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.core-cards a:hover:before {
  left: 30px;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out .3s;
  -moz-transition: all .3s ease-in-out .3s;
  transition: all .3s ease-in-out .3s;
}
.core-cards a:hover .bg-img {
  opacity: 1;
}
.core-cards a:hover p {
  color: #f5f6f7;
}
.core-cards a:hover .border {
  height: 40px;
}
.core-cards a:hover:after {
  left: 60px;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out .3s;
  -moz-transition: all .3s ease-in-out .3s;
  transition: all .3s ease-in-out .3s;
}
.core-cards-offer {
  margin-right: 3.916667%;
  padding-top: 15px;
  padding-bottom: 15px;
  border: solid 1px #005067;
}
.core-cards-offer:nth-child(5) {
  margin-right: 0;
}
.core-cards-offer li {
  margin-left: 15px;
}
.offer-col {
  	text-align: left;
}
.offer-col h3 {
  	text-align: center;
}
.work-list {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.work-list li {
  height: 280px;
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.work-list li a {
  display: block;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.work-list li a:nth-child(odd) {
	margin-right: 15px;
}
.work-list li a .work-border:nth-child(odd) {
    width: calc(100% - 15px);
}
.work-list li a:before {
  position: absolute;
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 2px;
  left: -50px;
  bottom: 0;
  margin-bottom: 20px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .1s ease-in-out 0s;
  -moz-transition: all .1s ease-in-out 0s;
  transition: all .1s ease-in-out 0s;
}
#contact-box .contact-box-wrapper:before,
.work-list li a .work-img {
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
}
.work-list li a .work-img {
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  transition: all .3s ease-in-out 0s;
  background-color: rgb(0 0 0 / 13%);
  background-blend-mode: darken;
}
.work-list li a .work-detail {
  position: absolute;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, .4) 0, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .4)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, .4) 0, transparent 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, .4) 0, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, .4) 0, transparent 100%);
  z-index: 1;
  padding: 30px 100px 30px 25px;
  height: 100%;
  width: 100%;
  top: 0;
  -webkit-transition: all .2s ease-in-out .1s;
  -moz-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s
}
.work-list li a .work-detail h3 {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  opacity: .7;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 30px;
  line-height: 1rem;
}
.work-list li a .work-detail p {
    color: #fff;
    font-size: 22px;
    font-size: 1.8em;
    line-height: 30px;
    line-height: 1.4em;
    position: absolute;
    margin-top: 25px;
    width: 70%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: left;
}
.work-list li a .work-border {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #005067;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.work-list li a:after {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  left: -20px;
  margin-bottom: 16px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .1s ease-in-out 0s;
  -moz-transition: all .1s ease-in-out 0s;
  transition: all .1s ease-in-out 0s
}
.work-list li a:hover:before {
  left: 40px;
  opacity: 1;
  transition: all .3s ease-in-out .1s
}
.work-list li a:hover .work-img {
  opacity: .5
}
.work-list li a:hover h3 {
  margin-top: -10px
}
.work-list li a:hover p {
  margin-top: 0
}
.work-list li a:hover .work-border {
  height: 40px
}
.work-list li a:hover:after {
  left: 70px;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out .1s;
  -moz-transition: all .3s ease-in-out .1s;
  transition: all .3s ease-in-out .1s
}
.hero-projects {
  padding-top: 35px;
}
.companies h4 {
    padding-top: 20px;
    margin: 0;
    color: #606060;
    border: none;
}
/* mac mockup */
.macWrapper {
position: relative;
    height: 54vw;
    margin-top: 0;
    z-index: 1;
    transform: scale(0.56);
    left: 0;
}
.macOuterTop {
    width: 105vw;
    height: 87vw;
    background: #000;
    position: absolute;
    top: -16vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/img/mock.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 3vw;
}
.macWebsite {
    height: 100%;
    position: absolute;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3vw;
    padding-right: 3vw;
}
.macShowspage {
    height: 49vw;
}
.macWrapper.mobile {
    height: 57vw;
}
.macWrapper.mobile.mobileView {
    display: block;
    transform: scale(1.26);
}
.macWrapper.desktop.mobileView {
    display: none;
}
.macWrapper.mobile .macOuterTop {
    width: 36vw;
    height: 64vw;
    background: none;
    top: 292px;
}
.macWrapper.mobile .macWebsite {
    height: 100%;
    position: absolute;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3vw;
    padding-right: 3vw;
}
.macWrapper.mobile .macShowspage {
	transform: translateX(-50%);
    height: 42vw;
    width: 25vw;
    left: 50%;
    position: relative;
    top: 174px;
    border: solid 1vw #000;
    border-radius: 30px;
}
/**************/
/* Projekte Info Table */

.work-schema {
    padding: 10px 20px 20px 20px;
    border: 1px solid #21282f;
    min-height: 140px;
    background: #005067;
  	margin-bottom: 1px;
}
.work-schema h3 {
  color: #fff;
}
.work-schema h6 {
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  color: #fff
}
.work-schema p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.work-item:nth-child(even) {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.work-schema a {
  color: #e1e1e1;
}
.work-schema a:focus,
.work-schema a:hover {
  color: #e1e1e1;
}
.work-schema.work-link {
  min-height: 90px;
}
.workImg {
    background: #e1e1e1;
    margin-bottom: 1px;
    padding: 25px;
}
.magazinMock {
    background: #e1e1e1;
    margin-bottom: 1px;
    padding: 25px;
  	height: 100%;
  	width: auto;
  	left: 50%;
  	transform: translateX(-50%);
  	position: relative;
}
.projektBack {
 	background-blend-mode: darken;
    background-color: rgb(0 0 0 / 0.5) !important; 
}
.magazin {
    height: 800px;
}
.videoMockDS {
    height: 800px;
}
.videoMain {
    margin-top: -40px;
    height: 600px;
}
/* mac mockup */
.macWrapper {
position: relative;
    height: 54vw;
    margin-top: 0;
    z-index: 1;
    transform: scale(0.56);
    left: 0;
}
.macOuterTop {
    width: 105vw;
    height: 87vw;
    background: #000;
    position: absolute;
    top: -12vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/img/mock.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 3vw;
}
.macWebsite {
    height: 100%;
    position: absolute;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3vw;
    padding-right: 3vw;
}
.macShowspage {
    height: 49vw;
}
.macWrapper.mobile {
    height: 57vw;
}
.macWrapper.mobile.mobileView {
    display: block;
    transform: scale(1.26);
}
.macWrapper.desktop.mobileView {
    display: none;
}
.macWrapper.mobile .macOuterTop {
    width: 36vw;
    height: 64vw;
    background: none;
    top: 292px;
}
.macWrapper.mobile .macWebsite {
    height: 100%;
    position: absolute;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3vw;
    padding-right: 3vw;
}
.macWrapper.mobile .macShowspage {
	transform: translateX(-50%);
    height: 42vw;
    width: 25vw;
    left: 50%;
    position: relative;
    top: 174px;
    border: solid 1vw #000;
    border-radius: 30px;
}
/**************/
/* Features */
#featuresSlide section {
    position: relative;
    padding: 0;
    height: unset;
    background: transparent;
    z-index: 1;
}
#featuresSlide .card {
    border: none;
  	border-bottom: 1px solid #fff;
    background-color: transparent;
  	border: none !important;
}
#featuresSlide .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: -15px;
}
#featuresSlide .card-header button {
    border: none !important;
    color: #fff;
    border-radius: 0;
    width: 100%;
    text-align: left;
  	padding-left: 20px;
}
#featuresSlide h4 {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
      margin-bottom: 15px;
}
#featuresSlide h4:after {
    display: none;
}
#featuresSlide button:hover, #featuresSlide button:active, #featuresSlide button:focus, #featuresSlide button:visited {
    background: none !important;
    color: #fff !important;
	border: none !important;
}
/************/
/************************/
/* 	End Section Styles 	*/
/************************/

/***********************/
/* 	  Media Queries    */
/***********************/


@media only screen and (max-width:1230px) {
img.isClosedNow {
    margin-left: -150px !important;
}
  }

@media only screen and (max-width:1200px) {
  footer p {
    font-size: 14px
  }
  footer .social-list li {
    font-size: 14px;
    margin-left: 20px
  }
  .process-list li {
    margin-right: 30px
  }
  .gallery-cell {
    width: 780px;
    margin: 20px 30px 0
  }
  .hero-hp h1 {
    font-size: 46px
  }
  .hero-hp p {
    font-size: 16px
  }
}
@media only screen and (min-width:992px) {

}
@media only screen and (max-width:991px) {
  .card-border.card {
    border: solid 1px #fff;
    min-width: 190px;
    width: 33.333%;
    margin: 0px;
    margin-left: -1px;
  }
  .card-border-bright.card {
    border: solid 1px #005067;
    min-width: 190px;
    width: 33.333%;
    margin: 0px;
    margin-left: -1px;
  }
  .btn {
    margin: 0 auto;
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 15px 35px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .icn-approach {
    display: none
  }
  .core-cards li:nth-child(odd) {
    margin-right: 10%
  }
  .core-cards li {
    width: 40%
  }
  .core-cards a p {
    font-size: 16px
  }
  footer .social-list {
    margin-top: 40px;
    text-align: center
  }
  footer .social-list li {
    margin: 0 15px;
    text-align: center
  }
  footer p {
    font-size: 14px;
    text-align: center;
    margin-top: 40px
  }
  .hero-hp {
    height: 550px
  }
  .hero-hp h1 {
    font-size: 37px;
    padding-bottom: 30px
  }
}
@media (min-width:769px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .navbar-nav,
  .navbar-nav a {
    height: 100%!important
  }
  .caret {
    margin-left: 6px!important;
    margin-top: -4px!important
  }
  .nav .open>a,
  .nav .open>a:focus,
  .nav .open>a:hover {
    background-color: #fff;
    border-color: #fff
  }
  .navbar-nav a {
    position: relative;
    display: block;
    color: #b5b8bb;
    font-weight: 600;
    font-size: 18px;
    font-size: 17px;
    padding-top: 28px;
    padding-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 0.29px;
  }
  .navbar-nav li {
    position: relative;
    float: left;
    z-index: 40;
    height: 100%!important;
    margin: 15px;
  }
  .navbar-header {
    height: 100%
  }
  .navbar-brand {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    height: 50px;
}
  .navbar-brand>img {
    height: 50px;
    top: 10px;
    right: 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-left: 0px;
    position: fixed;
    z-index: 9999;
  }
  .navbar a {
    color: #fff!important;
    opacity: .8;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
  }
  .navbar .nav>li>a:focus,
  .navbar .nav>li>a:hover {
    background-color: transparent
  }
  .navbar {
    width: 100% !important;
    height: 110px;
    margin-bottom: 0;
    padding-left: 300px;
    position: fixed;
    background-color: rgba(255,255,255,0) !important;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease
  }
  .navbar.fixed {
    background: #005067 !important;
    border-bottom: none;
  }
}
@media only screen and (max-width:768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  #featuresSlide button {
    margin: 0;
    top: 20px;
}
  .goBackStep i {
    position: fixed;
    top: -15px;
    margin-left: -8px;
}
.video {
    width: 100vh;
    top: 21%;
    left: 17%;
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9999;
    transform: rotateZ(90deg) translate(0, 50%);
}
.btn-home {
    margin: 10px 30px !important;
}
  .btn-footer {
  width: 85vw !important;
}
  .companies h4 {
    padding-left: 15px;
}
  .companies a {
    text-align: left;
    margin-left: 17px;
}
  .footerLogo {
    margin-top: 0px;
    margin-bottom: 10px;
}
  .card-border.card, .card-border-bright.card {
    width: 100%;
    margin: 0px;
    margin-left: -1px;
  }
  #bright-text-border {
    padding-left:15px;
  }
  .h4-mobile, p.h4-mobile, p#h4-mobile, h1#h4-mobile, h4#h4-mobile {
    margin-left: 15px;
    margin-right: 15px;
    line-height: 21px;
  }
  .hero-medium, section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .logo-mobile {
    display: block;
    position: fixed;
    z-index: 3;
    width: 33%;
    top: -7px;
  }
  #logo-mobile {
    display: block;
    max-height: 75px;
    padding-bottom: 5px;
    z-index: 2;
    width: 100%;
  }
  span.phase-number {
    display: none;
  }
  div#nav-background.col-md-offset-1.col-md-11 {
    background-color: rgba(255,255,255,0.95);
  }
  .navbar img.logo {
    opacity: 0;
  }
.work-schema, .work-schema:last-of-type {
    padding-bottom: 10px;
    min-height: 100px;
    width: 100% !important;
}
  h4:after {
    display: none
  }
  
  /* Navbar */
.navbar-nav {
	background: #005067;
    width: 100vw;
    padding: 131px 0px 15px 15px;
    height: 100vh;
    font-size: 25px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    position: absolute;
    right: 0px;
}
  .navbar-nav:after {
    content: "";
    background: #005067;
    width: 116vw;
    height: 160vh;
    font-size: 25px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    margin-top: -100vh;
}
.navbar-nav li {
    z-index: 1;
}
.navbar img {
    height: 50px;
    margin-top: -80px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
}
  .navbar.fixed .navbar-toggler {
    margin-top: -5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
  }
  .navbar.fixed img {
    margin-top: -55px;
  	filter: grayscale(1) brightness(5.5);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
  }
  .icon-bar {
    background-color: #ccc!important;
    width: 30px!important;
    height: 3px!important
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
  }
  .gallery-cell {
    width: 90%;
    height: 200px;
    margin: 0 3px
  }
  .navbar-collapse {
    width: 100vw;
    height: 100vh;
    max-height: 100vh!important;
    top: 0;
    overflow: visible;
    left: 0;
    margin-right: 0!important;
    margin-left: 0!important;
    background: #005067;
    opacity: 0,
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
  }
.navbar .container .navbar-collapse {
    height: 100%!important;
    left: 0px !important;
    position: relative;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    opacity: 0;
}
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
    color: #fff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
}


  
  .collapsing {
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear
  }
  .navbar-collapse.collapse.in {
    opacity: 1;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear
  }
  .navbar-collapse.collapse {
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear
  }
 .navbar-brand {
    display: block;
    color: #B2B2B6;
    letter-spacing: -.6px;
    font-weight: 700;
    font-size: 28px;
    line-height: 120px;
    height: 75px;
    z-index: 1;
  }
  .hero-hp {
    height: 450px
  }
  .hero-hp h1 {
    font-size: 34px;
    padding-bottom: 30px
  }
  .player {
    padding-top: 100px
  }

  .illustration-bg {
    background-image: none;
    min-height: 0
  }
  .hero-medium,
  .hero-small {
    height: 200px;
    padding-top: 70px
  }
  .hero-medium h1,
  .hero-small h1 {
    bottom: unset;
    font-size: 34px;
    line-height: 35px;
    top: 115px;
    left: 45px;
    width: 85vw;
  }
  .hero-medium p,
  .hero-small p {
	top: 183px;
    left: 45px;
    padding-right: 15px;
    width: 75%;
    margin-right: 15px;
  }
  .core-cards li {
    width: 100%;
    margin-right: 0!important;
    margin-left: 0!important;
    height: 260px
  }
  .core-cards a {
    padding: 30px
  }
  .process-list {
    text-align: center
  }
  .btn-learn-more {
    margin: 20px auto 15px;
    font-size: 14px;
    display: block
  }
  .icn-approach-intro,
  .icn-approach-keyfactor {
    display: none
  }
      .work-list li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .hero-approach {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
  h1#h4-mobile {
    line-height: 50px !important;
}
  #contact-box {
    padding: 0;
}
  #contact-box .btnArrowRight {
    top: unset;
    bottom: 35px;
}
  .magazin {
    width: 100%;
    height: 465px;
}
  .macShowspage {
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    border-bottom-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
}
  #featuresSlide h4 {
    margin-top: 30px;
}
    p {
    text-align: left;
  }
}
@media (max-width:650px) {
  .player {
    padding-top: 75px
  }
  .hero-hp {
    height: 400px
  }
  .hero-hp h1 {
	font-size: 38px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 90px;
    width: 65vw;
    left: 30px;
}
  }

@media (max-width:615px) {
        .work-list li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .hero-approach {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
  h1#h4-mobile {
    line-height: 50px !important;
}
}

@media (max-width:560px) {
  .player {
    padding-top: 100px
  }
  .hero-hp {
    height: 300px
  }
.work-list li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .hero-approach {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
  h1#h4-mobile {
    line-height: 50px !important;
}
  .video+.goBackStep {
    right: 15px;
}
}
@media (max-width:480px) {
  .navbar-brand {
    margin-top: 0
  }
  .navbar {
    min-height: 110px
  }
  .icon-bar {
    width: 25px!important;
    height: 3px!important
  }
  .hero-hp {
    height: 250px
  }
  .player {
    padding-top: 75px
  }
.magazin {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 15px;
}
}
@media only screen and (max-width:450px) {
  #logo-mobile {
    padding-top: 15px;
  }
  .work-list li a .work-detail p {
    line-height: 1.2em;
}
}
@media (max-width:400px) {
  .hero-hp {
    height: 200px
  }
  .player {
    padding-top: 50px
  }
  .hero-approach p,
  .process-list {
    display: none
  }
  .hero-medium h1 {
    font-size: 20px;
    padding-bottom: 5px
  }
  .hero-medium p {
    top: 40px
  }
  #contact-box h3,
  h2 {
    font-size: 24px;
  }
}
/***********************/
/* 	End Media Queries  */
/***********************/

/***********************/
/* 	    Animations     */
/***********************/
.fadeIn {
  -webkit-animation: fadein 3s;
  animation: fadein 3s;
}
section, .learn-more {
  -webkit-animation:fadein 4s;
  animation:fadein 4s;}
.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.fade-out {
  -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both;
}
.hero-hp, .hero-small {
	-webkit-animation: heroup 4s ease-out both;
    animation: heroup 4s ease-out both;
    z-index: 3;
    transition: all 0.5s;
    visibility: visible;
    background-blend-mode: color;
  	padding-left: 150px;
}
.hero-medium {
  -webkit-animation: heroup-big 4s ease-out both;
  animation: heroup-big 4s ease-out both;
  animation-delay: 1s;
}
.expandIt {
  -webkit-animation: expandIt 0.6s ease-out both;
  animation: expandIt 0.6s ease-out both;
}
.foldIt {
  -webkit-animation: foldIt 0.6s ease-out both;
  animation: foldIt 0.6s ease-out both;
}
.expandIt-late {
  -webkit-animation: expandIt 1.8s ease-out both;
  animation: expandIt 1.8s ease-out both;
}
.foldIt-late {
  -webkit-animation: foldIt 0.3s ease-out both;
  animation: foldIt 0.3s ease-out both;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes heroup {
  0% {
        -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  40% {
        -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    height: 100vh;
  }
  100% {
    height: 375px;
  }
}
@keyframes heroup {
  0% {
        -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  40% {
        -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    height: 100vh;
  }
  100% {
    height: unset;
  }
}
@-webkit-keyframes heroup-big {
  0% {
        -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  40% {
        -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    height: 100vh;
  }
  100% {
    height: 575px;
  }
}
@keyframes heroup-big {
  0% {
        -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  40% {
        -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    height: 100vh;
  }
  100% {
    height: 575px;
  }
}
@-webkit-keyframes expandIt {
  0% {
    height: 60px;
  }
  100% {
    height: 276px;
  }
}
@keyframes expandIt {
  0% {
    height: 60px;
  }
  100% {
    height: 276px;
  }
}
@-webkit-keyframes foldIt {
  0% {
    height: 276px;
  }
  100% {
    height: 60px;
  }
}
@keyframes foldIt {
  0% {
    height: 276px;
  }
  100% {
    height: 60px;
  }
}
/***********************/
/* 	 End Animations    */
/***********************/

/* scrollbar */

/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #21282f;
  border: solid 1px #21282f;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #005067; 
  border: solid 1px #005067;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #005067; 
}

/* Cookies */
.cc_container .cc_btn {
    background-color: #005067 !important;
    color: #fff !important;
    border-radius: 0px !important;
    width: 95vw;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 30px !important;
    font-family: Overpass;
}
.cc_container {
    background: #fff !important;
    color: #000 !important;
    width: 100vw !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 130px !important;
  	border: 1px solid #000 !important;
}
.cc_container a {
color: #005067 !important; /* Textlink-Farbe "Mehr Infos" */
}
.cc_message {
    width: 95vw !important;
    left: 50% !important;
    transform: translateX(-50%);
    position: absolute;
    font-family: Overpass;
    top: 25px;
}
.cc_banner {
    background: #21282f !important;
}
.cc_message {
    color: #fff;
}

/* Particel JS */
#particles-js,
.hero .hero-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%
}
#particles-js {
  position: absolute;
  height: 100%;
  background: #005067;
  overflow: hidden
}
/* Hacks */
.coloredText {
    filter: invert(1);
}
.no-padding {
  padding: 0
}
.no-margin {
  margin: 0
}
.paddingBtm {
  padding-bottom: 100px;
  padding-top: 0
}
.uppercase {
  text-transform: uppercase;
}
/* Modal */
.modal-lg {
    max-height: 90vh !important;
    max-width: 90vw !important;
    min-height: 90vh !important;
  top: 45px;
}
.modal-content {
    height: 90vh;
  border-radius: 0px;
}
#editorFrame {
    min-height: 100vh !important;
}
.modal-header {
    background: #005067;
  z-index: 1;
  border-radius: 0;
}
.modal-body iframe {
    margin-top: -77px;
    height: 88vh;
}

.modal-title {
    color: #fff;
}
.modal-header .close {
    color: #fff;
}
/*****/
.shadow {
  height: 100%;
}
.fader {
  height: 21vh;
  position: fixed;
  top: 83%;
  left: 0;
  width: 100vw;
  z-index: 1000;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
#anchor {
    position: absolute;
    top: 93vh;
    left: 50%;
}
#services-core + #contact-box, #send-message + #contact-box {
  display: none;
}
.bgGreen {
  background: #005067;
}
/* easyheight */
.vh50 {
  height: 50vh;
}
.vh25 {
  height: 25vh;
}

/* push down agentur p */
@media (max-width:371px) {
#agentur p {
  top: 225px;
 } 
}
/* push down zimmerli p */
@media (max-width:768px) {
#projekt-zimmerli p {
  top: 225px;
 } 
}
@media (max-width:452px) {
#projekt-zimmerli p {
  top: 260px;
 } 
}
@media (max-width:380px) {
#projekt-zimmerli p {
  top: 300px;
 } 
}
/* push down focus p */
@media (max-width:768px) {
#projekt-focus p {
  top: 192px;
 } 
}
@media (max-width:653px) {
#projekt-focus p {
  top: 230px;
 } 
}
@media (max-width:389px) {
#projekt-focus p {
  top: 260px;
 } 
}
/* push down opportunity p */
@media (max-width:768px) {
#projekt-opportunity p {
  top: 225px;
 } 
}
@media (max-width:452px) {
#projekt-opportunity p {
  top: 260px;
 } 
}
@media (max-width:317px) {
#projekt-opportunity p {
  top: 300px;
 } 
}
/* push down smartbusiness p */
@media (max-width:735px) {
#projekt-smartbusiness p {
  top: 225px;
 } 
}
@media (max-width:368px) {
#projekt-smartbusiness p {
  top: 260px;
 } 
}
/* push down bsform p */
@media (max-width:768px) {
#projekt-bsform p {
  top: 195px;
 } 
}
@media (max-width:639px) {
#projekt-bsform p {
  top: 225px;
 } 
}
@media (max-width:329px) {
#projekt-bsform p {
  top: 260px;
 } 
}
/* push down lubus p */
@media (max-width:768px) {
#projekt-lubus p {
  top: 195px;
 } 
}
@media (max-width:533px) {
#projekt-lubus p {
  top: 225px;
 } 
}
@media (max-width:278px) {
#projekt-lubus p {
  top: 260px;
 } 
}
/* push down marielou p */
@media (max-width:481px) {
#projekt-marielou p {
  top: 225px;
 } 
}
/* push down wegmuller p */
@media (max-width:628px) {
#projekt-wegmuller p {
  top: 225px;
 } 
}
@media (max-width:379px) {
#projekt-wegmuller p {
  top: 260px;
 } 
}
/* push down hts p */
@media (max-width:614px) {
#projekt-hts p {
  top: 225px;
 } 
}
@media (max-width:335px) {
#projekt-hts p {
  top: 260px;
 } 
}
/* push down battenberg p */
@media (max-width:457px) {
#projekt-battenberg p {
  top: 225px;
 } 
}
@media (max-width:291px) {
#projekt-battenberg p {
  top: 260px;
 } 
}
/* push down focus-magazin p */
@media (max-width:571px) {
#projekt-focus-magazin p {
  top: 225px;
 } 
}
@media (max-width:344px) {
#projekt-focus-magazin p {
  top: 260px;
 } 
}
/* push down wegmuller-magazin p */
@media (max-width:710px) {
#projekt-wegmuller-magazin p {
  top: 225px;
 } 
}
@media (max-width:399px) {
#projekt-wegmuller-magazin p {
  top: 260px;
 } 
}
/* push down marielou-magazin p */
@media (max-width:580px) {
#projekt-marielou-magazin p {
  top: 225px;
 } 
}
/* push down marielou-brochure p */
@media (max-width:661px) {
#projekt-marielou-brochure p {
  top: 225px;
 } 
}
@media (max-width:385px) {
#projekt-marielou-brochure p {
  top: 260px;
 } 
}